#!/bin/sh

for s in /etc/init.d/S*; do
	$s start
done

echo
echo "STK1000 ready"
echo
